home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / finwiz10.zip / FINWIZ10.DOC next >
Text File  |  1992-11-11  |  6KB  |  180 lines

  1. Winston Scott Jones
  2. 2911 Nashville Ave.
  3. Nederland, TX   77627
  4.  
  5.  
  6.          FINANCIAL WIZARD 1.00:  Quick Loan Calculations
  7.  
  8.       A fast way to analyze and compute loan information. 
  9.  
  10.                            COPYRIGHTS
  11.  
  12. FINANCIAL WIZARD:  Copyright, 1992, Winston Scott Jones, All Rights
  13. Reserved
  14.  
  15. FINANCIAL WIZARD was written in Quick Basic, ver 6.0:  Copyright,
  16. Microsoft Corporation, 1988, All Rights Reserved.
  17.  
  18.  
  19.                             WARRANTY
  20.  
  21. FINANCIAL WIZARD is sold "as is."  The author is not liable for any
  22. damage to hardware, software, data, or any other thing caused by
  23. this product.  Any liability shall be limited to the amount paid
  24. for this product.  Any person using this program bears all risks
  25. incurred relative to the performance of the product.
  26.  
  27.  
  28.                              PURPOSE
  29.  
  30. FINANCIAL WIZARD is a collection of tools to analyze loan
  31. repayment.  It computes the amount of a payment, the number of
  32. periods to repay a loan, the amount that can be borrowed, or the
  33. remaining balance on a loan.  It also displays and prints a
  34. complete amortization table.
  35.  
  36.  
  37.                    DISTRIBUTION & REGISTRATION
  38.  
  39. FINANCIAL WIZARD is being distributed as user supported software. 
  40. You may use this software free of charge for an evaluation period,
  41. not to exceed 30 days.  At the end of the evaluation period, you
  42. must either register the product, or erase all files included with
  43. FINANCIAL WIZARD.  you are free to distribute copies of FINANCIAL
  44. WIZARD to other users and bulletin board systems, provided ALL of
  45. the FINANCIAL WIZARD files are included without alteration.  
  46.  
  47. You may register FINANCIAL WIZARD by mailing a $10.00 registration
  48. fee payable to Winston Scott Jones at the address above. 
  49. Registration will entitle the user to receive notices concerning
  50. future improvements to this program.  
  51.  
  52.                             EXECUTION
  53.  
  54. FINANCIAL WIZARD is executed with the command 
  55.  
  56.      FINWIZ10
  57.  
  58. Execution brings up the Main Menu.  From the main menu the user may
  59. make the following selections:
  60.      
  61.      1.  Amount that can be borrowed
  62.      2.  Amount of monthly payment
  63.      3.  Amount remaining on a loan
  64.      4.  Number of periods to repay a loan
  65.      5.  Amortization table
  66.      6.  Visit DOS
  67.      7.  End program
  68.  
  69. The user selects  the number corresponding to the desired choice. 
  70. The program then asks the user to input the values necessary to
  71. calculate the desired result.  When the input is complete, the
  72. answer is displayed.  Option "6" allows the user to shell to DOS to
  73. execute other commands or programs.  EXIT <RTN> at the DOS prompt
  74. will return the user to FINANCIAL WIZARD.  Option "7" ends the
  75. program and returns the user to point of entry.
  76.  
  77.                            ASSUMPTIONS
  78.  
  79. FINANCIAL WIZARD was set up assuming standard U.S. loan practices,
  80. e.g. interest  compounded on a monthly basis and monthly payments. 
  81.  
  82.  
  83.                        INPUTS AND OUTPUTS
  84.  
  85. AMOUNT THAT CAN BE BORROWED
  86.  
  87.      Input:    Number of monthly periods (e.g. 360)
  88.                Annual interest rate, in percent (e.g. 7.5)
  89.                Size of monthly payment, in dollars (e.g. 1000)
  90.  
  91.      Output:   Amount that can be borrowed, in dollars
  92.                 (e.g. $143,017.63)
  93.  
  94.  
  95. AMOUNT OF MONTHLY PAYMENT
  96.  
  97.      Input:    Number of monthly periods (e.g. 360)
  98.                Annual interest rate, in percent (e.g. 7.5)
  99.                Amount to be borrowed, in dollars (e.g. 140000)
  100.  
  101.      Output:   Size of monthly payment, in dollars (e.g. $969.33)
  102.  
  103. AMOUNT REMAINING ON A LOAN
  104.  
  105.      Input:    Number of monthly periods (e.g. 360)
  106.                Number of payments made (e.g. 27)
  107.                Annual interest rate, in percent (e.g. 7.5)
  108.                Size of monthly payment, in dollars (e.g. 1000)
  109.  
  110.      Output:   Principal remaining to be paid (e.g. $139,906.31)
  111.  
  112.                
  113. NUMBER OF MONTHLY PAYMENTS TO REPAY A LOAN
  114.  
  115.      Input:    Annual interest rate, in percent (e.g. 7.5)
  116.                Size of monthly payment, in dollars (e.g. 1000)
  117.                Amount to be borrowed, in dollars (e.g. 140000)
  118.  
  119.      Output:   Number of monthly payments (e.g. 334)
  120.  
  121.      
  122. AMORTIZATION TABLES
  123.  
  124.      Input:    Name of lending institution
  125.                 (e.g. Last National Bank)
  126.                Purpose of Loan (e.g. Home)
  127.                Number of payments to be made in first year
  128.                 (e.g. 6)
  129.                Number of monthly periods (e.g. 360)
  130.                Annual interest rate, in percent (e.g. 7.5)
  131.                Amount to be borrowed, in dollars (e.g. 140000)
  132.                First year of loan (e.g. 1993)
  133.  
  134.      Output:   Amount of monthly payment, in dollars (e.g. $978.90)
  135.                Amortization Table (on screen or printed)
  136.  
  137.                        AMORTIZATION TABLE
  138.  
  139. After displaying the computed monthly payment, the Amortization
  140. Table SELECT menu will pop up.  There are four possible choices
  141. from this menu.
  142.  
  143.      Screen         Displays the amortization table on the monitor
  144.  
  145.      Print          Prints a copy of the amortization table to LPT1
  146.  
  147.      Main Menu      Returns user to the Financial Wizard Main Menu
  148.  
  149.      Exit           Immediately terminates execution of FINWIZ
  150.  
  151. The user chooses by typing the first letter of the desired
  152. selection.
  153.  
  154.                               FILES
  155.  
  156. FINANCIAL WIZARD is distributed with the following files:
  157.  
  158.      FINWIZ10.EXE   The executable program
  159.      FINWIZ10.DOC   This documentation file
  160.      
  161.  
  162.                          ERROR CHECKING
  163.  
  164. I have built in a number of error checks to test for things like
  165. payments too small to repay a loan and cases which result in things
  166. like logs of negative numbers and division by zero.  If you find an
  167. error condition I have missed, please let me know and I will revise
  168. the source code. 
  169.  
  170.  
  171.                             QUESTIONS
  172.  
  173. You can refer questions or problems to the author by mail at the
  174. address above or via GENIE at W.JONES16 or via COMPUSERVE at
  175. 70531,1045.  Also, I welcome any suggestions for improvements to
  176. Financial Wizard. 
  177.  
  178.                                         W. Scott Jones
  179.  
  180.